Class LogException

Summary

Fully Qualified Name: CodeIgniter\Log\Exceptions\LogException
Extends: FrameworkException
Implements: ExceptionInterface

Description

Methods

Name Description Defined By
forCopyError() FrameworkException
forInvalidFile() FrameworkException
forInvalidLogLevel() LogException
forMissingExtension() FrameworkException
forNoHandlers() FrameworkException

Method Details

forCopyError()

Parameter Name Type Description
$path

Returns: void

forInvalidFile()

Parameter Name Type Description
$path

Returns: void

forInvalidLogLevel()

Parameter Name Type Description
$level

Returns: void

forMissingExtension()

Parameter Name Type Description
$extension

Returns: void

forNoHandlers()

Parameter Name Type Description
$class

Returns: void

Top